[Tokens] Get current authenticated user
Authentication
[Tokens] Get current authenticated user
Retrieve detailed information about the currently authenticated user, including profile data, organization memberships, and token expiration time. This endpoint is commonly used to validate authentication state and fetch user context.
GET
[Tokens] Get current authenticated user
Authorizations
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).

